fix pipeline and ut#64912
Merged
suxiaogang223 merged 7 commits intoJun 27, 2026
Merged
Conversation
### What problem does this PR solve? Issue Number: close #xxx Related PR: apache#63893 Problem Summary: Restore compatibility with the old parquet reader for INT96 timestamps. The new reader now interprets INT96 DATETIMEV2 values through the session timezone like the old reader, supports INT96 when timestamp mapping requests TIMESTAMPTZ, and restores the default OUTFILE parquet timestamp encoding to INT96 for compatibility. ### Release note Restore legacy INT96 timestamp compatibility for parquet reads and OUTFILE parquet exports. ### Check List (For Author) - Test: Not run (user requested commit and push only) - Behavior changed: Yes (INT96 read behavior and OUTFILE parquet timestamp default restored for compatibility) - Does this need documentation: No
### What problem does this PR solve? Issue Number: close #xxx Related PR: apache#63893 Problem Summary: Restore regression expected outputs that only changed because INT96 timestamp reads moved away from the old parquet reader timezone behavior. The code now restores old INT96 compatibility, so these expected result rows should also return to the old timezone-adjusted values while leaving unrelated output differences untouched. ### Release note None ### Check List (For Author) - Test: Not run (expected result adjustment only) - Behavior changed: No - Does this need documentation: No
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
12ffec6
into
apache:refact_reader_branch
36 of 44 checks passed
Contributor
Possible file(s) that should be tracked in LFS detected: 🚨The following file(s) exceeds the file size limit:
Consider using |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)